Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix lseek off_t type confusion #454

Merged
merged 1 commit into from
Nov 9, 2024

Conversation

Wuerfel21
Copy link
Contributor

This makes the filesystem work at all again when used from Spin.

We should really have a "dev" branch so current commit on master is never completely broken like this.

Though I'm not quite on board with the idea of off_t being 64 bit by default (since without extra defines the only FS impl possibly capable of large files is 9P and that's very niche, esp. if you take into consideration how slow 9P is).

@totalspectrum totalspectrum merged commit c3d138a into totalspectrum:master Nov 9, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants